home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / imm / ss / cdspec / ss.dir / 00124_vedianca.ls < prev    next >
Encoding:
Text File  |  1996-04-03  |  241 b   |  10 lines

  1. on mouseDown
  2.   global hd, rosso, bianco
  3.   if the mouseLine >= 1 then
  4.     set linea to the mouseLine
  5.     set the foreColor of field 124 to bianco
  6.     set the foreColor of line linea of field 124 to rosso
  7.     checkMimeType(linea)
  8.   end if
  9. end
  10.